| Revision History |
|---|
| Revision 1.28 | 29 Oct 2009 |
| Added ts3client_setClientVolumeModifier function to Playback chapter. Client whisper list setting is always enabled. |
| Revision 1.27 | 05 Oct 2009 |
| Added port parameter to ts3client_spawnNewServerConnectionHandler and extraMessage to onServerErrorEvent |
| Revision 1.26 | 14 Sep 2009 |
| Added custom encryption callbacks |
| Revision 1.25 | 05 May 2009 |
| Updated documentation on getParentChannelOfChannel. |
| Revision 1.24 | 29 Apr 2009 |
| Updated documentation on requestClientSetWhisperList. |
| Revision 1.23 | 27 Mar 2009 |
| Renamed getCurrentPlaybackDevice/getCurrentCaptureDevice to getCurrentPlaybackDeviceName/getCurrentCaptureDeviceName. Use vacant functions to return the currently open FMOD System object. |
| Revision 1.22 | 9 Feb 2009 |
| Custom FMOD objects API changes. Changed playback value voice_factor to voice_modifier, removed playWaveFile function and voice_factor_wave. |
| Revision 1.21 | 23 Jan 2009 |
| Added chapter about custom FMOD objects. |
| Revision 1.20 | 19 Dec 2008 |
| Added voice recording chapter. |
| Revision 1.19 | 9 Dec 2008 |
| Added returnCode to functions interacting with server. Updated some functions with added uniqueIdentifier parameters. |
| Revision 1.18 | 7 Nov 2008 |
| Error handling API change. |
| Revision 1.17 | 13 Oct 2008 |
| Added ts3client_getServerConnectionHandlerList function. |
| Revision 1.16 | 06 Oct 2008 |
| Changed function prefix from ts3_ to ts3client_ so both client and server shared libraries can be loaded in the same application. |
| Revision 1.15 | 22 Sep 2008 |
| Added echo canceling to preprocessor section. |
| Revision 1.14 | 9 Sep 2008 |
| Removed unused functions and enums, which were removed from the SDK headers. |
| Revision 1.13 | 3 Sep 2008 |
| Removed "enabled" preprocessor flag. Changed default server port from 3000 to 9987. Adjusted ts3client_initClientLib parameters. |
| Revision 1.12 | 8 Jul 2008 |
| New query clients/channel functions. New individual channel codec quality settings. Updated encoding chapter and ts3client_initClientLib() function. Removed agc_increment and agc_decrement preprocessor options. |
| Revision 1.11 | 30 May 2008 |
| New server properties added. force parameter in ts3client_requestChannelDelete added. Added note about cdecl calling convention. |
| Revision 1.10 | 22 May 2008 |
| Added new ts3client_createIdentity function and updated docs for onTalkStatusChangeEvent. |
| Revision 1.9 | 16 May 2008 |
| Added new ts3client_getPlaybackConfigValueAsFloat() function. |
| Revision 1.8 | 14 May 2008 |
| Added new mute functions and new ClientProperties fields. |
| Revision 1.7 | 28 Apr 2008 |
| Added new mechanism to shutdown playback devices. Added remark about opening capture devices without closing. Added ts3client_ prefix to all clientlib function calls. Added 3D sound chapter. |
| Revision 1.6 | 5 Mar 2008 |
| Added remark for new database logging. |